Other Classes

The following classes are available globally.

  • A basic HTTP server. Currently this is implemented using the BlueSocket abstraction, but the intention is to remove this dependency and reimplement the class using transport APIs provided by the Server APIs working group.

    See more

    Declaration

    Swift

    public class HTTPServer : HTTPServing
  • The Interface between the StreamingParser class and IBM’s BlueSocket wrapper around socket(2). You hopefully should be able to replace this with any network library/engine.

    See more

    Declaration

    Swift

    public class BlueSocketConnectionListener: ParserConnecting
  • An HTTP server that listens for connections on a TCP socket and spawns Listeners to handle them.

    See more

    Declaration

    Swift

    public class BlueSocketSimpleServer : CurrentConnectionCounting